placessidebar: escape tooltip text before setting it
authorCosimo Cecchi <cosimoc@gnome.org>
Sat, 23 May 2015 23:14:39 +0000 (16:14 -0700)
committerCosimo Cecchi <cosimoc@gnome.org>
Sun, 24 May 2015 19:04:22 +0000 (12:04 -0700)
commite0b1ea11ccfc8e1b357531d4854295ba552e6fb4
tree3ddb4fe65d4effc21c00e3add22b884d687c1b58
parent48bfabe59eb4e50a3546a633fd22a02cd08bea99
placessidebar: escape tooltip text before setting it

gtk_tree_view_set_tooltip_column() specifies that markup in the text
should be escaped.
This fixes critical warnings when hovering over items in the sidebar for
bookmarks that have markup characters in their names.

https://bugzilla.gnome.org/show_bug.cgi?id=719683
gtk/gtkplacessidebar.c